Rename GPSBabelFE to GPSBabel in many (though not all) places.
authorrobertl <robertl>
Sun, 6 Sep 2009 17:04:36 +0000 (17:04 +0000)
committerrobertl <robertl>
Sun, 6 Sep 2009 17:04:36 +0000 (17:04 +0000)
gui/app.pro
gui/appname.h
gui/main.cpp
gui/serial_mac.cpp
gui/upgrade.cpp

index b9809919a9f466ed103b8a6c572189a65e4f199c..084bbf71280e9db4ccc5b973a522e7977def5453 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: app.pro,v 1.8 2009/09/02 19:05:27 robertl Exp $
+# $Id: app.pro,v 1.9 2009/09/06 17:04:36 robertl Exp $
 #
 
 CONFIG += qt release 
@@ -25,8 +25,7 @@ UI_DIR = tmp
 RESOURCES = app.qrc 
 RC_FILE = app.rc
 
-win32:TARGET=gpsbabelfe
-unix:TARGET=gpsbabelfe-bin
+TARGET=GPSBabelFE
 
 extras.commands = (make -f makeextras.mak)
 extras.target = extras
index 418b09cc4155314d05787159eca625793acb4f24..39d8ed24dbe36f56b526b172a1291749cefd5ef1 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: appname.h,v 1.1 2009/07/05 21:14:56 robertl Exp $
+// $Id: appname.h,v 1.2 2009/09/06 17:04:36 robertl Exp $
 //
 //------------------------------------------------------------------------
 //
@@ -21,6 +21,6 @@
 //
 #ifndef APPNAME_H
 #define APPNAME_H
-static const char *appName = "GPSBabelFE";
+static const char *appName = "GPSBabel";
 #endif
 
index 902ca7305894146509c0fdeb21b7c854bc40db66..368b8524d75a9fc3301b4c043eadb6e3412ceb9c 100644 (file)
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-// $Id: main.cpp,v 1.5 2009/09/02 19:05:27 robertl Exp $
+// $Id: main.cpp,v 1.6 2009/09/06 17:04:36 robertl Exp $
 //------------------------------------------------------------------------
 //
 //  Copyright (C) 2009  S. Khai Mong <khai@mangrai.com>.
@@ -66,7 +66,7 @@ int main(int argc, char**argv)
 
   QCoreApplication::setOrganizationName("GPSBabel");
   QCoreApplication::setOrganizationDomain("gpsbabel.org");
-  QCoreApplication::setApplicationName("GPSBabelFE");
+  QCoreApplication::setApplicationName("GPSBabel");
 
   MainWindow mainWindow(0);
   mainWindow.show();
index 9c83bea27dd63708d7dc042325f6a3f57d63e0af..1c4d096563c8bb2cf85242b14b5b56a701afe72f 100644 (file)
@@ -73,9 +73,6 @@
 static kern_return_t FindModems(io_iterator_t *matchingServices);
 static kern_return_t GetModemPath(io_iterator_t serialPortIterator, char *bsdPath, CFIndex maxPathSize);
 static int OpenSerialPort(const char *bsdPath);
-static char *LogString(char *str);
-static Boolean InitializeModem(int fileDescriptor);
-static void CloseSerialPort(int fileDescriptor);
 
 // Returns an iterator across all known modems. Caller is responsible for
 // releasing the iterator when iteration is complete.
index a5ca12835132f35f0d7d44dbf5a0667fcad45faf..101cf92079bddf138fe297aa5e8ce66d6700709b 100644 (file)
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-// $Id: upgrade.cpp,v 1.14 2009/09/06 05:04:07 robertl Exp $
+// $Id: upgrade.cpp,v 1.15 2009/09/06 17:04:36 robertl Exp $
 /*
     Copyright (C) 2009  Robert Lipe, robertlipe@gpsbabel.org
 
@@ -91,8 +91,8 @@ QString UpgradeCheck::getOsVersion()
   case QSysInfo::WV_6_1: return "7"; break;
   default:
       return "Windows/Unknown";
-#endif
   }
+#endif
   // FIXME: find something appropriately clever to do for Linux, etc. here.
   return "Unknown";
 }